home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / prtcs155.zip / WFREQIT.DOC < prev    next >
Text File  |  1994-01-14  |  3KB  |  85 lines

  1.  
  2.  
  3.     Wfreqit - A Wplrx Utility 
  4.  
  5.     Wfreqit  is  based  upon  FreqIt, a yet-to-be released XenoLink door by
  6. Sean Mollitt. 
  7.  
  8.     It  allows  WPL  Mailer  callers to scan or search filelists of various
  9. BBSs and mark files for freq.  When the files have been received, a message
  10. and a list of files received for the caller will be presented to him on his
  11. next  use  of  Wfreqit.   
  12.  
  13.     WPL launching:
  14.     
  15.     Address "REXX" "Wfreqit $(Baud) $(line) $(username)"
  16.  
  17.     If username is not passed, Wfreqit will ask for it. 
  18.  
  19.     The  WPL  version of FreqIt is not tied to any BBS and does not use the
  20. Freqit-in  and  Freqit-out  commands.   WFreqit-Check.rexx  replaces  these
  21. commands.  It should be run as an AFTERSESSION command.
  22.  
  23.     When calling FindFreq, you should set the variable freq to the RC.
  24.  
  25.     FindFreq $(remote.address)
  26.     Set freq $(RC)
  27.  
  28.     Check this flag after session.
  29.  
  30.   aftersession.3:
  31.     Set RC $(freq)
  32.     FalseJump waitring0.0
  33.         System "Run >NIL: Rx $(rexxdir)/WFREQit-Check $(indir)"
  34.         Set freq FALSE
  35.  
  36.     WFreqit-Check  may also be run from a cron event.  If no parameters are
  37. given,  the  path pointed to by 'indir' in freqit.cfg is used.  A alternate
  38. path to scan may be specfied.
  39.  
  40.     The  'indir' is the directory where the files are placed in order to be
  41. available for the requester.
  42.  
  43.     Notification  of any requested files received is given to a user on his
  44. next  call  to  Wfreqit when he logs in.  He may immediately download these
  45. files.
  46.  
  47.     If  the request was made from the filelist of the host system, the file
  48. request handler (RFS or XfreqSh) will be called to find these files and add
  49. the  to the queue for the user.  They will be sent during the same session.
  50. With  RFS,  the  system operator can also leave a note for the caller which
  51. will be presented on his next call.
  52.  
  53.  Configuration changes:
  54.  
  55.     INDIR       - the directory to which user requested files are moved
  56.  
  57.     OUTNODE 1  - not presently used, must be set
  58.  
  59.     MSGAREA     LOG:freqit/   ; msg area where we will put the message
  60.  
  61.     The message is a simple text file. The area should not be a real message
  62.     area.
  63.  
  64.     NETAREA     100   - not used, must be set
  65.  
  66.     The following additional configuration parameters are required
  67. in freqit.cfg:
  68.  
  69.     OUTBOUND    Mail:Outbound/          ; where pending REQ files are placed
  70.     POLLCMD     Execute DIAL            ; command to dial a node
  71.             In my case this is a script.
  72.     HOSTADR     1:167/104.0             ; our address, 4d
  73.     USERFS      TRUE                    ; if using the Roof File Server,
  74.                                         ; XfreqSh otherwise
  75.     LOGGROUP    roofwpl                 ; LOGPROC Putlog log group to use
  76.     
  77.     Since we do not use a bbs user base, we must config levels for users.
  78.  
  79.     USERLEVEL
  80.     mark Kraml 30
  81.     USERLEVEL
  82.     JOHN Smith 20
  83.  
  84.     Access for unknown users is 20.
  85.